TeamTreeHouse Using PHP with MySQL
We will extend an existing project to use the popular database system, MySQL. Using a MySQL database we will store information relating to products for sale on our example project. We will also learn to query the database using PHP and talk about the ways you can mitigate security risks such as SQL injections.
Connecting PHP to MySQL
In this stage we'll make sure you've got MySQL configured right and we'll make ourfirst connection to the database in PHP.
2:40
Introducing Databases0:42
Installing MySQL2:05
Installing MySQL with MAMP2:58
Installing MySQL with XAMPP0:32
Installing MySQL Standalone2 questions
Installing MySQL2:57
Creating the Products Table1 objective
Selecting Products2:40
Introducing Classes4:10
Getting Started with PDO3 questions
Getting Started with PDO4:05
Handling Exceptions3 questions
Handling Exceptions